Skip to content

Conversation

@typelevel-steward
Copy link
Contributor

Updates co.fs2:fs2-io from 3.6.1 to 3.7.0.
GitHub Release Notes - Version Diff

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "co.fs2", artifactId = "fs2-io" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "co.fs2", artifactId = "fs2-io" }
}]

labels: library-update, early-semver-minor, semver-spec-minor, version-scheme:early-semver, commit-count:1

@TonioGela
Copy link
Member

Let me merge this one as contains a contribution of mine 🎩

@TonioGela TonioGela merged commit 4c26637 into main May 12, 2023
@TonioGela TonioGela deleted the update/fs2-io-3.7.0 branch May 12, 2023 12:22
@TonioGela
Copy link
Member

TonioGela commented May 12, 2023

@armanbilge wdyt about waiting for fs2-data-csv and fs2-data-csv-generic to update to fs2 3.7.0 before creating the release? Do you think we should wait?

@armanbilge
Copy link
Member

@TonioGela I'm not worried about those, but we should wait for http4s to update.

@TonioGela
Copy link
Member

@TonioGela I'm not worried about those

Don't we risk pulling 2 different fs2 versions in this way?

@armanbilge
Copy link
Member

Don't we risk pulling 2 different fs2 versions in this way?

That's not a risk :) this happens all the time. If it weren't possible the entire ecosystem would break down basically immediately 😛

@TonioGela
Copy link
Member

Don't we risk pulling 2 different fs2 versions in this way?

That's not a risk :) this happens all the time. If it weren't possible the entire ecosystem would break down basically immediately 😛

Fair enough 😂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants